Rohit Sharma

Front end developer

   

12 stories by Rohit Sharma

How to add a Navbar using React-bootstrap?

In this article, we will add a navbar using React-bootstrap.   Let’s start! Create React App The best way to start creating a new single-page React application is with Create...

Jan 25 · 1 min read >

What do you mean by “Virtual DOM”?

In this article, we will discuss Virtual DOM. You must be aware of the term “Virtual DOM” if you...

Jan 3 · 2 min read >

10 Basic Concepts About React You Should Learn

In this article, we will learn about the basic concepts of ReactJS. This article will help you for learning...

Dec 16 · 6 min read >

Map() method in ReactJS

In this article, we will learn about the map() method. This article will help you to understand the concept...

Dec 6 · 1 min read >

React-Bootstrap Carousel Component

In this article, we will learn about the Carousel Component of React-Bootstrap. This article will help you to understand...

Nov 24 · 2 min read >

Why does React use className instead of a class attribute?

When applying CSS classes to all common DOM and SVG elements like buttons, li, a, and div in React, we...

Sep 14 · 1 min read >

Implement Routing For Your React Apps With React Router

We will discuss these topics in this article:1) How does React Router work?2) What Justifies a React Router?3) How...

Aug 31 · 5 min read >

Class Components and Functional Components in Reactjs

In this article, we will learn about class components and functional components. Also, learn about the difference between class...

Aug 18 · 2 min read >

OnClick Events Handling in Reactjs

In this article, we learn how handling events works in reactjs. Reactjs onClick Event Handler: What Is It? The...

Aug 3 · 2 min read >